LoadFileText

Load text data from file (read), returns a '\0' terminated string

extern (C) @nogc nothrow
char*
LoadFileText
(
const(char*) fileName
)

Meta